Copies the elements of the collection to an System.Array, starting at a particular array index.
シンタックス
'宣言
Public Sub CopyTo( _
ByVal () As , _
ByVal As System.Integer _
)
'使用法
Dim instance As ReportObjectCollection(Of TItem)
Dim array() As
Dim index As System.Integer
instance.CopyTo(array, index)
public void CopyTo(
[] ,
System.int
)
パラメータ
- array
- The one-dimensional System.Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).
- index
- The zero-based index in array at which copying begins.
参照